一個簡單的JavaScript Map 用js寫了一個Map,帶遍歷功能,請大家點評下啦。 //map.js Array.prototype.remove = function(s) { for (var i = 0; i &l ...